As per Wikipedia: In machine learning, a convolutional neural network (CNN, or ConvNet) is a type of feed-forward artificial neural network in which the connectivity pattern between its neurons is inspired by the organization of the animal visual cortex. Individual cortical neurons respond to stimuli in a restricted region of space known as the receptive field. The receptive fields of different neurons partially overlap such that they tile the visual field. The response of an individual neuron to stimuli within its receptive field can be approximated mathematically by a convolution operation. Convolutional networks were inspired by biological processes[2] and are variations of multilayer perceptrons designed to use minimal amounts of preprocessing. They have wide applications in image and video recognition, recommender systems[4] and natural language processing.[5]
This youTube video does a good job of explaining how it works:
See also:
This talk by Vincent Sitzmann of CSAIL
Sample code in a Google Colab (free online) is here (under Community...)
More in-depth discussion of the method:
youtube.com/watch?v=Or9J-DCDGko
had a very interesting tidbit near the end, where he showed a VERY well captured 3D scene of a room which was encoded in a 1MB (!) set of neural network weights. I was sort of blown away at that image compression. Basically, the NN had learned to reproduce the 3D scene independent of voxel resolution. Obviously, the training time for that would be prohibitive for real time operation, but as a way of transferring the initial 3D scan of the work area, it might be quite useful.
vsitzmann.github.io/
"Implicit Neural Representations with Periodic Activation Functions"
vsitzmann.github.io/siren/
The specific section on "learning" 3D structure from a point cloud is:
github.com/TalFurman/Implict_neural_representation_of_images#sdf-experiments
arxiv.org/abs/2006.09661
Sadly, the 3D example is not included.
www.youtube.com/watch?v=Q5g3p9Zwjrk
file: /Techref/method/ai/ConvolutionalNeuralNetworks.htm, 2KB, , updated: 2023/1/1 16:33, local time: 2024/11/15 05:49,
3.137.184.197:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/method/ai/ConvolutionalNeuralNetworks.htm"> Convolutional Neural Networks</A> |
Did you find what you needed? |